Posts tagged #.NET 7

How to publish .NET 7 apps directly to Docker
With .NET 7 being around for only a couple of days now, there are plenty of new features to be played with. One of these is the actual ability of .NET's build infrastructure to directly publish your applications to a Docker container registry (or any other container registry, for that matter), without having to explicitly specify a Docker file.
Read more →